﻿@charset "utf-8";

body{overflow-y:scroll; }

#Wrapper { width: 100%; }

/* Skip Navigation */
#skipnavigation {list-style:none; margin:0 auto; padding:0; width:100%;}

a.skip_navi {position:absolute; display:block; width:100%; left:0; text-align:center; top:-10000px; z-index:500; font-size:1.3em;}
a.skip_navi:hover,
a.skip_navi:focus,
a.skip_navi:active {position: absolute; top: 0; left:0; padding: 15px 0; font-weight:bold; color:#fff; background:#389fd1; z-index:500; width:100%; margin:0 auto;}

.skipNavigation{ display:block; height:1px; width:1px; margin:0 -1px -1px 0; padding:0; overflow:hidden; font-size:0; line-height:0;}
.skipnavigation:hover, 
.skipnavigation:active, 
.skipnavigation:focus{ width:100%; height:auto; margin:0; padding:5px 0; text-indent:10px; font-weight:bold; font-size:12px; color:#333; line-height:1; text-decoration:none !important;}
.skip { position:absolute; left:-1000%; top:0; width:1px; height:1px; font-size:0; line-height:0; overflow:hidden; }


/*  헤더 영역  */
#header { position: relative; margin: 0 auto; position:fixed; width: 100%; background: #FFF; top:0; z-index:20;}
	.header_top { position: relative; width: 1280px; margin: 0 auto; padding: 0; height: 160px; box-sizing: border-box;}
	.header_top .logo { position: absolute; top: 30px; left:0; right:0; text-align:center; }
	.header_top .language_list {position:absolute; bottom:15px; right:3px;}	
	.header_top .language_list li:first-child {border-left:none;} 
	.header_top .language_list li { float:left; padding:0px 10px; height:15px; border-left: 1px solid #B5B5B5; }
	.header_top .language_list li a { font-size:13.5px; font-weight:600; }
	.header_top .language_list li:last-child {padding-right:0px; } 
	.frontheader{ position: relative; margin: 0 auto; width: 1280px; height: 41px; border-top: 1px solid #D7D7D7; border-bottom: 2px solid #222; box-sizing: border-box;}

	.main_date {position:absolute;bottom:10px; left:3px; font-size:13.5px; font-weight:bold;  }
	.util_menu {position:absolute;	bottom:10px; right:3px;}	
	.util_menu li { float:left; padding-left:10px;  font-size:13.5px; font-weight:bold; }

#header #btn_box {position: absolute; top:7px; left:0;}
#header #btn_box div {display:inline-block; margin-left:5px;}


@media (max-width:1280px){
	#header {padding:0 15px; }
	.header_top { width:100%; }
	.frontheader{ width:100%; }
}


/* 검색 */
.nt_search {position:relative; z-index:20;}
.nt_search span.close_se { opacity: .0; }
.nt_search span.close_se.on {opacity: 0.6; position: absolute; z-index: 1000; top:0; right:0px; width:22px; height:23px; background:url('/images/ico_close.png'); background-size:100%; cursor:pointer;}
.nt_search span.close_se.on:hover {opacity: 1.0; }
.nt_search .btn_se {margin-left:5px; width:25px; height:24px; background:url('/images/btn_search.png'); background-size:cover; cursor:pointer;}

	.box_search { display: none; position:fixed; top:156px; right: 50%; margin-right: 335px; width:300px; padding:10px 10px; box-sizing: border-box; background-color: #fff; border: 1px solid #D7D7D7; box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1); border-radius:30px; z-index:1100 !important; }
	.box_search div.inner span.close_se {opacity: 0.5; position: absolute; top: 11px; right:18px; width:24px; height:24px; background:url('/images/ico_close.png'); background-size:100%;cursor:pointer;}
	.box_search div.inner span.close_se:hover {opacity: 1.0;} 
	.box_search form{width:100%; padding:0px 40px 0px 3px;  box-sizing: border-box; }
	.box_search form input{width:86%; height:24px; border:none;  padding:0px; background-color:transparent;}
	.box_search button {float:right; width:25px; height:24px; border:0; font-size:0px; background:url('/images/btn_search.png'); background-size:100%; opacity:0.4;}
	.box_search button:hover { opacity:1.0;}	

@media (max-width:1280px){
	.box_search { right: 0%; margin-right: 0px; left:15px; }
}

/* 전체메뉴 */
.nt_menu {position:relative; z-index:20; display:none !important;  }
.nt_menu span.close_me { opacity: .0; }
.nt_menu span.close_me.on {opacity: 1.0; position: absolute; top: 0; left:0; right:0; width:22px; height:23px; background:#fff url('/images/ico_close.png'); background-size:100%;cursor:pointer;}	
.nt_menu .btn_me {width:22px; height:23px; background:url('/images/ico_menu.png'); background-size:100%; cursor:pointer; }

	.box_menu {display:none; position:absolute; top:39px; left:0; right:0; background:#fff; width:1280px; max-width:100%; margin:0 auto; border:1px solid #000; box-sizing:border-box; z-index:1001; }
	.box_menu div.inner {overflow:hidden; padding:30px 20px 30px 20px;}
	.box_menu ul {overflow:hidden;  margin:0px auto 0px;}
	.box_menu ul li { float:left; width:25%; padding:0px 30px; border-right:1px solid #444; box-sizing: border-box;}
	.box_menu ul li:last-child { border-right:none; }
	.box_menu ul li h4 {font-weight:600; color:#000000; margin-bottom:15px;}
	.box_menu ul li a{ position: relative; display:inline-block; width:100%; padding:0 0 10px 10px; font-size:0.9em; color:#555555; line-height:23px; }
	.box_menu ul li a:hover {color:#000000;}
	.box_menu ul li a:before {content: '';  display: block;  position: absolute; left: 0px; top:9px; width:4px; height:4px; background:#000; border-radius:5px; }
	.box_menu.on {	top:150;	left:0;	position: fixed; z-index:999999; }	

	.box_menuBg.over { position:fixed; left:0; top:0; width:100%; z-index:10; height:100%; background:#000; opacity:0.2; z-index:1000;}


	.top_search { display: none; position: absolute; top:8px; right:5px; width:300px; padding:10px 10px; box-sizing: border-box; background-color: #fff; border: 1px solid #D7D7D7; box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1); border-radius:30px; z-index:1100 !important; }
	.top_search div.inner span.close_se {opacity: 0.5; position: absolute; top: 11px; right:18px; width:24px; height:24px; background:url('/images/ico_close.png'); background-size:100%;cursor:pointer;}
	.top_search div.inner span.close_se:hover {opacity: 1.0;} 
	.top_search form{width:100%; padding:0px 40px 0px 3px;  box-sizing: border-box; }
	.top_search form input{width:86%; height:24px; border:none;  padding:0px; background-color:transparent;}
	.top_search button {float:right; width:25px; height:24px; border:0; font-size:0px; background:url('/images/btn_search.png'); background-size:100%; opacity:0.4;}
	.top_search button:hover { opacity:1.0;}	


/*  탑메뉴  */
#gnb { margin: 0 auto; width: 560px; overflow: hidden;}
#gnb>ul>li { float: left; padding:0 20px;  height:41px;  box-sizing: border-box;}
#gnb>ul>li>a { display:block; line-height:37px;  color:#000; font-weight:600; font-size:18px; letter-spacing:-0.8px; text-decoration:none; }
#gnb>ul>li>a:active, #gnb>ul>li>a:hover, #gnb>ul>li>a:focus, #gnb>ul>li.on>a, #gnb>ul>li.active>a { color: #EE1625; text-decoration: none; }
#gnb>ul>li>a span{  font-size:12px; vertical-align: super; }


/* 메인 콘텐츠 레이아웃 */
.MainWrapp { width: 1280px; margin: 245px auto 0px; overflow:hidden; background:#fff }
	.leftWrap { float:left; overflow:hidden; width:76.5%; padding-right:40px;  box-sizing:border-box;   }	
		.leftWrap .left { float:left; overflow:hidden; width:63.8%; padding:29px 40px 0px 0px; min-height:1285px; border-right:1px solid #D7D7D7;  box-sizing:border-box;  }	
		.leftWrap .right { float:right; width:36.2%; padding:29px 0px 0px 40px;  overflow:hidden; box-sizing:border-box; }
	.rightWrap { float:right; width:23.5%; padding:35px 18px 150px 18px;  overflow:hidden; box-sizing:border-box; background:#F4F4F4 url('/images/right_top.gif') no-repeat right top;}

.centerWrap { width:100%; overflow:hidden; border-top:2px solid #D7D7D7; padding:40px 0px 25px 0px; }
.centerWrap .left { float:left; width:50%; overflow:hidden; padding-right:40px;  border-right:1px solid #D7D7D7; box-sizing: border-box; }
.centerWrap .right { float:left; width:50%; overflow:hidden; padding-left:40px;  box-sizing: border-box;}


@media (max-width:1280px){
	.MainWrapp { width:100%; padding:0 15px; }
	.rightWrap { padding:35px 18px 200px 18px; } 
}
@media (max-width:1145px){
	.rightWrap { padding:35px 18px 327px 18px; } 
}
@media (max-width:1101px){
	.leftWrap .left { min-height:1445px; }
	.rightWrap { padding:35px 18px 286px 18px; } 
}
@media (max-width:1050px){
	#header .header_logo {  width: 100%; }
	#header .header_logo .util_menu { right:15px;}	

	.centerWrap { width:100%;}
	.MainWrapp { width:100%; padding:0 15px; }
	.leftWrap { padding-right:3.0%;}
}
@media (max-width:1024px){
	.rightWrap { padding:35px 18px 386px 18px; } 
}
@media (max-width:900px){
	.leftWrap { float:none; width:100%; padding-right:0px;  margin-bottom:30px;}	
	.rightWrap { float:none; width:100%; padding:20px 15px 0px 15px;}
}
@media (max-width:800px){
	.MainWrapp { margin: 90px auto 0px;  }
		.leftWrap .left { float:none; width:100%; padding:20px 0px 20px 0px; min-height:auto;  border-right:none; border-bottom:1px solid #222222;}	
		.leftWrap .right { float:none; width:100%; padding:20px 0px 0px 0px; }

	.centerWrap .left { float:none; width:100%; overflow:hidden; padding-right:0px;  border-right:none;}
	.centerWrap .right { float:none; width:100%; overflow:hidden; padding-left:0px; }
}

@media (max-width:600px){
	.centerWrap { padding:30px 0px 15px 0px; }
}

/* 오피니언 */
.box_opinion {margin-bottom:35px; overflow:hidden; }	
.box_opinion h3 {display: block; padding-bottom:10px; border-bottom:1px solid #888; }
.box_opinion li {padding:14px 0; border-bottom:1px dotted #ADADAD; box-sizing: border-box;}
.box_opinion li a { font-size:16px; letter-spacing:-1px;}
.box_opinion li .thumb { display: table-cell; max-width: 100px; padding: 0px 0px 0px 15px; line-height: 0; vertical-align: middle; text-align: right;  box-sizing: border-box;}
.box_opinion li .thumb p { display:block; width: 81px; }
.box_opinion li .thumb img { width: 81px; height: 81px; vertical-align: middle; border-radius:50%;}
.box_opinion li .tit { display: table-cell; width:100%; height: 100%; padding: 0px 0; line-height:25px; height:81px; vertical-align: middle; white-space: normal;}
.box_opinion li .tit span {display:block; font-size:12.5px; color:#8A8A8A; font-weight:300; vertical-align: middle;  letter-spacing:-0.3px;}

.m_ad_right { text-align:center;}
.ad_right {}
.ad_right li {width:100%; padding-bottom:20px;}
.ad_right li:last-child{ padding-bottom:0px;}


/* Weekly Ranking */
.box_weekly {margin:35px 0px;}	
.box_weekly h3 {display: block; padding-bottom:10px;  border-bottom:1px solid #888; }
.box_weekly ul {margin-top:5px;}
.box_weekly li {padding:10px 0;  transition:all .3s; border-bottom:1px dotted #ADADAD; box-sizing: border-box; }
.box_weekly li:hover { background:#E9E9E9;}
.box_weekly li a { display:block; letter-spacing:-1px;}
.box_weekly li .thumb { display: table-cell; max-width: 95px; padding: 0px 0px 0px 10px; line-height: 0; vertical-align: middle; text-align: right;  box-sizing: border-box;  }
.box_weekly li .thumb p { display: block; width: 80px; font-size:16px; height:54px; letter-spacing:-1px;}
.box_weekly li .thumb img { display:block; width: 80px; height: 54px; vertical-align: middle;}
.box_weekly li .tit { display: table-cell; width:100%; height: 100%; padding: 0px 0; line-height:25px; height:54px; vertical-align: middle; white-space: normal;}
.box_weekly li .tit span {display:block; font-size:12.5px; color:#8A8A8A; font-weight:300; vertical-align: middle;  letter-spacing:-0.3px;}


@media (max-width:900px){
	.box_opinion ul {margin:5px -15px 0px 0px;}
	.box_opinion li {float:left; width:50%; padding-right:15px; }

	.ad_right li {padding-bottom:20px;  text-align: center;}
}
@media (max-width:600px){
	.box_opinion ul {margin:5px 0px 0px 0px;}
	.box_opinion li {float:none; width:100%; padding:10px 0px; }
}




/* 푸터 영역  */
footer{ width:1280px; margin:0 auto; color:#646464; font-weight:400; box-sizing: border-box;}
.foot_line {width:100%; height:1px; margin-bottom:20px; border-top:1px solid #D7D7D7;}
footer .foot_logo {float:left; width:22%; padding-right:10px;}
footer .foot_logo img {max-width:100%; width:auto;}
footer .inner{ float:left; width:78%;}
footer .foot_txt {clear:both; padding-top:0px; line-height:25px; font-size:0.938em; overflow:hidden;}
footer .foot_txt span {display:inline-block; margin:0 10px;}
footer .foot_txt strong {font-weight:400;}
footer .foot_txt p{margin-top:0px; }
footer .foot_menu {position:relative; border-top:1px solid #EAEAEA; margin-top:20px; padding:20px 0px 0px 0px;}
footer .foot_menu ul.fmenu {margin-bottom:30px; overflow:hidden;}
footer .foot_menu ul.fmenu li {float:left; position:relative; overflow:hidden; padding:0px 10px;}
footer .foot_menu ul.fmenu li:before { content: '';  position: absolute;  left: 0px; top:0px; width:1px; height:20px; background: #333;}
footer .foot_menu ul.fmenu li:first-child {padding:0px 10px 0px 0px;}
footer .foot_menu ul.fmenu li:first-child:before{background:none;}

footer .mz_link {  position:absolute; top:15px; right:0; width:180px; height:35px; border:1px solid #D7D7D7; text-align:left; box-sizing: border-box;}
footer .mz_link h4 a { position:relative; display:block; line-height:35px; padding:0px 0px 0px 20px; font-weight:500; font-size:0.938em; }
footer .mz_link h4 a:before {transition: all .2s ease; content: '▲';  display: block;  position: absolute; right: 15px; top:0px; }
footer .mz_link.active h4 a:before { top: 0px; 	-webkit-transform: rotate(180deg);    -ms-transform: rotate(180deg);  transform: rotate(180deg); }
footer .mz_link ul {display:none; position: absolute; left:-1px; bottom:33px; width:100.6%; padding:0px 0; background-color: #EAEBEB; box-sizing: border-box; z-index:1000; }
footer .mz_link li { width:100%;  border-bottom: 1px dotted #fff;  transition:all .3s;}
footer .mz_link li a { line-height:35px; font-size:0.875em; font-weight:300; padding-left:20px; }
footer .mz_link li:hover {background:#E0E0E0; }
footer .mz_link li:hover a{color:#000; }

/* 톱가기 버튼 */ 				
.btn_top_area{display:none; position:fixed; right:15px; bottom:25px; z-index:999;}

@media (max-width:1300px){
	.btn_top_area{bottom:80px;}
}
@media (max-width:1280px){
	footer{ width:100%; padding:0px 15px 0px 15px; } 
}
@media (max-width:1100px){
	footer .foot_logo {width:25%;}
	footer .inner{width:75%;}
}
@media (max-width:930px){
	footer .foot_logo {width:30%;}
	footer .inner{width:70%;}
	footer .mz_link {display:none;}
}
@media (max-width:800px){
	.foot_line {margin-bottom:15px;}
	footer .foot_logo {float:none; width:100%; text-align:center; padding-bottom:10px;}
	footer .inner{float:none; width:100%;}
	footer .foot_txt em{display:block;}
	footer .foot_menu {margin-top:15px; padding:15px 0px 0px 0px;}
	footer .foot_menu ul.fmenu {margin-bottom:10px;}
}
@media (max-width:600px){
	footer .foot_txt {line-height:22px; font-size:0.9em;}
	footer .foot_txt p{font-size:0.9em; line-height:22px; }
	footer .foot_txt p a{font-size:1em; line-height:22px; }
	footer .foot_menu ul.fmenu li {padding:0px 8px; text-align:center;}
	footer .foot_menu ul.fmenu li a{font-size:0.9em;}
	.btn_top_area{display:none !important;}
}
@media (max-width:500px){
	footer .foot_menu {margin-top:10px; padding:10px 0px 0px 0px;}
	footer .foot_menu ul.fmenu li a{font-size:0.80em;}
}




/* 화보 */
	.Main_Photo { width: 100%; position: relative; padding-bottom:10px; overflow:hidden; background: #fff;}
	.Main_Photo h3 {display:inline-block; position: absolute;  left:0; top:0; padding: 0 7px; background: #d34100; z-index:1; }
	.Main_Photo h3 a{font-weight: 400; font-size: 14px; line-height: 30px; color: #fff; }
	.Main_Photo .photo {width:100%; margin:0 auto 0px; }
	.Main_Photo div a img{ width:100%; height:218px; margin-bottom:10px; }
	.Main_Photo div strong { display:block; font-weight: 400; letter-spacing:-0.5px; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
	.Main_Photo .slick-slide {margin: 0 0%; height:218px; background: #ddd;}
	.Main_Photo .slick-slide img { width: 100%; }
	.Main_Photo .slick-prev, .slick-next { margin-top:0px;}
	.Main_Photo .slick-prev:before, .slick-next:before { color: #000; }
	.Main_Photo .slick-slide { transition: all ease-in-out .3s; opacity: 1; }
	.Main_Photo .slick-active { opacity: 1; }
	.Main_Photo .slick-current { opacity: 1; }
	.Main_Photo .slider button.slick-prev { background:#000 url(/images/prev1.png) no-repeat center center; opacity: 0.5; background-size:18px 31px; width:35px; height:50px; left:0px; text-indent:-7779px; z-index:10;}
	.Main_Photo .slider button.slick-next { background:#000 url(/images/next1.png) no-repeat center center; opacity: 0.5; background-size:18px 31px; width:35px; height:50px; right:0px; text-indent:-7779px; z-index:10;}
	.Main_Photo .slider button.slick-prev:hover { opacity: 0.8; }
	.Main_Photo .slider button.slick-next:hover { opacity: 0.8; }
	.Main_Photo .slider .slick-dots {display:none !important; bottom: -20px;}



/* 인기기사 */
.Main_Best { overflow: hidden; position: relative; width: 100%; border-bottom: 1px dashed #CBCBCB; padding-bottom: 20px; margin-bottom: 30px; }
.Main_Best h2 { font-size: 20px; font-weight: 500; color: #000; background: url(/images/Main_Title.png) left bottom repeat-x; margin: 0 0 20px; padding: 0; }
.Main_Best h2 span  { background: #FFF; padding-right: 10px; }
.Main_Best ul { width: 100%; overflow: hidden; }
.Main_Best ul li { width:100%; padding:5px 0 5px 0px; }  
.Main_Best ul li > a { display:block; padding-left:0px; font-size:15px; line-height:25px; font-weight:400; color:#222;  letter-spacing:-0.2px; position:relative; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.Main_Best .num{display:inline-block; text-align:center; margin-right:5px; font-size:11px; font-weight:500; color:#fff; line-height:19px; width:20px;  background:#C3CCD5; border-radius:50%;}		


/* 메인 베너들 */
.Main_Banner { overflow: hidden; position: relative; width: 100%;}
.Main_Banner a img { width: 100%; margin-bottom: 20px; }
.Main_Banner a:last-child img {margin-bottom: 0px;} 


	.textBar_main{padding:0px; margin:0px 0 10px 0; text-align:center; cursor:pointer}
	.textBar_main button { border:1px solid #dcdcdc; background:#fff;background-size:20px 20px; padding:5px 0 5px 30px;width:100%;font-size:16px;font-weight:600;box-sizing: border-box;}	
	.textBar_main button .ic { display:inline-block; font-size:.9em; color:#767676; font-weight:600; background:url(/images/ic_more.png) left center no-repeat;background-size:20px 20px;padding:5px 30px 5px 30px; margin-top:0px;}